home *** CD-ROM | disk | FTP | other *** search
/ Realizing the Dream - An …al Space Station Sampler / Realizing the Dream - An International Space Station Sampler (NASA).iso / pc / wt / webmodule_new / introtext.swf / scripts / frame_3 / DoAction.as
Encoding:
Text File  |  2000-10-31  |  329 b   |  19 lines

  1. mstart = "1";
  2. mstop = "3";
  3. if(mstart.substr("1","1") eq "1")
  4. {
  5.    gotoAndStop("start");
  6.    play();
  7. }
  8. else if(mstart.substr("1","1") eq "2")
  9. {
  10.    nsecs = mstart.substr("3","3");
  11.    set("return","start");
  12.    gotoAndStop("wainnsec");
  13.    play();
  14. }
  15. else if(mstart.substr("1","1") eq "3")
  16. {
  17.    gotoAndStop("stop");
  18. }
  19.